home *** CD-ROM | disk | FTP | other *** search
/ Programming Languages Suite / ProgramD2.iso / Borland / Borland C++ V5.02 / LOCALMFC.PAK / MAKEFILE < prev    next >
Text File  |  1997-05-06  |  780b  |  31 lines

  1. # This is a part of the Microsoft Foundation Classes C++ library.
  2. # Copyright (C) 1992-1995 Microsoft Corporation
  3. # All rights reserved.
  4. #
  5. # This source code is only intended as a supplement to the
  6. # Microsoft Foundation Classes Reference and related
  7. # electronic documentation provided with the library.
  8. # See these sources for detailed information regarding the
  9. # Microsoft Foundation Classes product.
  10.  
  11.  
  12. OBJS=stdafx.obj localctl.obj localize.obj localppg.obj
  13.  
  14. USES_OLE=1
  15. AFXDLL=1
  16. PROJ = localize
  17. USRDLL=1
  18.  
  19. All: locresfr.dll locresde.dll MainRule
  20.         @-if exist $(PROJ).ocx del $(PROJ).ocx
  21.     @-ren $(PROJ).dll $(PROJ).ocx
  22.  
  23. locresfr.dll:
  24.     make -flocresfr.mak
  25.  
  26. locresde.dll:
  27.     make -flocresde.mak
  28.  
  29. !include <$(MAKEDIR)\..\include\mfc\mfcsamps.mak>
  30.  
  31.